home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TPGPLOGFORM / TPGPLOGFORM.txt
Text File  |  2004-10-12  |  1KB  |  64 lines

  1. object PGPlogForm: TPGPlogForm
  2.   Left = 160
  3.   Top = 163
  4.   Width = 620
  5.   Height = 140
  6.   Caption = 'OpenPGP Signature Validation Log'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ListView: TListView
  22.     Left = 0
  23.     Top = 0
  24.     Width = 612
  25.     Height = 106
  26.     Align = alClient
  27.     Columns = <
  28.       item
  29.         Caption = 'Time'
  30.         Width = 150
  31.       end
  32.       item
  33.         Caption = 'Signer'
  34.         Width = 215
  35.       end
  36.       item
  37.         Caption = 'Validity'
  38.       end
  39.       item
  40.         Caption = 'Signed (UTC)'
  41.         Width = 190
  42.       end>
  43.     ColumnClick = False
  44.     ReadOnly = True
  45.     RowSelect = True
  46.     PopupMenu = PopupMenu
  47.     SmallImages = IL
  48.     TabOrder = 0
  49.     ViewStyle = vsReport
  50.   end
  51.   object PopupMenu: TPopupMenu
  52.     Left = 72
  53.     Top = 56
  54.     object pStayonTop: TMenuItem
  55.       Caption = 'Stay on Top'
  56.       OnClick = pStayonTopClick
  57.     end
  58.   end
  59.   object IL: TImageList
  60.     Left = 200
  61.     Top = 72
  62.   end
  63. end
  64.